type crypto/aes.aesCipherAsm

6 uses

	crypto/aes (current package)
		cipher_asm.go#L28: type aesCipherAsm struct {
		cipher_asm.go#L37: 	aesCipherAsm
		cipher_asm.go#L48: 	c := aesCipherAsm{aesCipher{make([]uint32, n), make([]uint32, n)}}
		cipher_asm.go#L68: func (c *aesCipherAsm) BlockSize() int { return BlockSize }
		cipher_asm.go#L70: func (c *aesCipherAsm) Encrypt(dst, src []byte) {
		cipher_asm.go#L84: func (c *aesCipherAsm) Decrypt(dst, src []byte) {